home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000277_news@columbia.edu _Sun Nov 14 22:31:28 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA05778
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 14 Nov 1999 22:31:28 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA01307
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 14 Nov 1999 22:04:11 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Mark Sapiro <msapiro@value.net>
  10. Subject: Re: FINISH command
  11. Date: Sun, 14 Nov 1999 15:43:11 -0800
  12. Organization: Not Very Much
  13. Message-ID: <382F490E.10F65BF7@value.net>
  14. To: kermit.misc@columbia.edu
  15.  
  16. "Bond, James Bond" wrote:
  17. > I am connecting to a VMS machine running VT100.  They require Kermit
  18. > protocol for uploads.
  19. > I am running a terminal program, that supports the Kermit protocol, on
  20. > a Win98 PC.
  21.  
  22. Which terminal program?
  23.  
  24. > Everything goes perfectly until my file transfer finishes.  I am
  25. > required to send the FINISH command.  I understand that this command
  26. > is actually a key combination (ALT-?, or CTRL-?)
  27.  
  28. No, it is not a key combination.  It is a Kermit protocol packet
  29. containing a FINISH command.
  30.  
  31. > 2 problems:  #1,  the program I am running seems to trap CTRL key
  32. > combinations so I cannot even at the remote prompt.
  33. > ( >Ctrl-g to quit does nothing)(No typed text is accepted)
  34. > #2, I cannot find the command sequence for FINISH.
  35.  
  36. Some terminal programs which support Kermit protocol will offer a method
  37. for sending a finish command.  It might be an item in the file transfer
  38. menu or dialog.  It might be a keyboard entry of some kind.
  39.  
  40. Other "brain dead" programs such as HyperTerminal that comes with Win9x
  41. offer no such method and are thus not very useful.
  42.  
  43. The real answer is to use a real Kermit implementation/Terminal
  44. emulation program for Win9x, namely Kermit95 - see
  45. http://www.columbia.edu/kermit/k95.html
  46.  
  47. Short of this, you might try faking a finish packet by typing the
  48. following 6 characters:
  49. 1) start of packet character - usually ctrl-A
  50. 2) dollar sign '$'
  51. 3) space ' '
  52. 4) 'G'
  53. 5) 'F'
  54. 6) '4'
  55.  
  56. If you can't convince your terminal program to pass the ctrl-A, then
  57. you're probably out of luck.
  58.  
  59. Another possibility is to look at the VMS end.  It appears to be acting
  60. as a kermit server, thus the necessity for a finish command to end the
  61. server mode.  Maybe there is some way to tell it to just receive one
  62. file instead of going into server mode.
  63.  
  64. What is the Kermit program at the VMS end?  How do you tell it you're
  65. going to transfer a file?
  66.  
  67. -- 
  68. Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
  69. San Francisco Bay Area, California    better use your sense - B. Dylan